notebook.community
Edit and run
if some_condition:
#indent and some function
elif some_other_condition:
#indent some other functionality
else:
#indent do something else
In [ ]: